* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --border: #f3da3242;
}

body {
  background-color: rgb(255, 255, 255);
  font-weight: 300 !important;

}


a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

nav {
  .btn {
    border: 0px;

    &:focus {
      border: 0px;
    }

    &:active {
      border: 0px;
    }
  }
}

.top-bar {
  background-color: #E6E6E6;
  color: #f4eaea;
  font-size: 0.75rem;
  padding: 0.35rem 1rem;
  height: 25px;
  overflow: hidden;
}

.top-bar a,
.top-bar span {
  color: #4b5563;
  text-decoration: none;
  white-space: nowrap;
}

.mbl-header-bar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.07); */
  /* transition: background 0.2s, color 0.2s, box-shadow 0.2s; */
  cursor: pointer;
  margin: 0 auto;
}


.main-nav {
  background-color: #000;
  color: #fff;
  padding: 0.5rem 1rem;
}

.main-nav .brand {
  font-weight: 800;
  font-size: 1.125rem;
  user-select: none;
}

.search-input {
  border-radius: 0.375rem 0 0 0.375rem;
  border: none;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  color: #000;
}

.search-input:focus {
  outline: none;
  box-shadow: none;
}

.search-btn {
  border-radius: 0 0.375rem 0.375rem 0;
  background-color: #fff;
  border: none;
  padding: 0.25rem 0.75rem;
  color: #000;
}

.sub-nav {
  /* background-color: #f3f4f6; */
  color: #4b5563;
  font-size: 0.75rem;
  padding: 0.5rem clamp(0rem, 20vw, 20rem) 0.5rem 1rem;
  user-select: none;
  justify-content: space-between;
}

.sub-nav .btn {
  font-weight: 600;
  border: 0px !important;
  color: #fff;
  font-weight: 300;
  /* a{
        color: #ffffff;

      } */
}

.sub-nav .btn:hover,
.sub-nav .btn:focus {
  color: #000;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  /* font-weight: 300 !important; */
}

.badge-custom {
  background-color: #374151;
  font-size: 0.625rem;
  font-weight: 600;
  border-radius: 9999px;
  padding: 0.125rem 0.375rem;
  margin-left: 0.25rem;
}

.dropdown-icon {
  font-size: 0.5rem;
  margin-left: 0.125rem;
}

.all-cat-link-part {
  color: #f50404;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.flash-tittl {

  padding: 20px 0px 10px 0px;
  font-size: 32px;

  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;

  p {
    color: rgb(255, 255, 255);
    font-weight: 400;
    border-bottom: 2px solid var(--secondbrand-color-golden);
    padding-bottom: 5px;
    display: inline;

  }

  h3 {
    font-weight: 300 !important;
  }

  button {
    border: 1px solid red;
    padding: 7px 14px;
    background-color: #fff;
    border-radius: 5px;
  }

  a {
    color: rgb(250, 246, 246);
    font-size: 20px;
  }

}

/* top-nav-about */

.top-nav-about {
  ul {
    display: inline-block;

    li {
      a {
        color: #fff;
      }
    }
  }
}

.category-select-item-main {
  /* position: relative; */
  width: 100%;

  /* height: 515px; */
  .category-select-item-main-backgroundImage {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin-top: 40px !important;
    margin-bottom: 20px;
  }

  .category-select-item-main-slider {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px 30px;

  }

}

/* main-slider */
.main-slider {
  padding: 0px;
  /* border-radius: 10px; */
  overflow: hidden;

  &:hover {
    .custom-carousel-btn {
      opacity: 1;
    }
  }
}

.custom-carousel-btn {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
}

.carousel-control-prev.custom-carousel-btn {
  left: 15px;
}

.carousel-control-next.custom-carousel-btn {
  right: 15px;
}

/* icon color dark */
.custom-carousel-btn .carousel-control-prev-icon,
.custom-carousel-btn .carousel-control-next-icon {
  filter: invert(1);
  width: 20px;
  height: 20px;
}

/* hover effect */
.custom-carousel-btn:hover {
  background: var(--secondbrand-color);
}

.custom-carousel-btn:hover .carousel-control-prev-icon,
.custom-carousel-btn:hover .carousel-control-next-icon {
  filter: invert(0);
}

/* flash slider */
.flash-slider .product-card {
  width: 96% !important;
  margin: auto;
  /* padding: 7px; */
}

.add-to-card-main-div-flash {
  .btn-to-card-product {
    background-color: var(--secondbrand-color);
    color: #fff;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 18px;
    margin-right: 7px;

    &:hover {
      border: 1px solid var(--secondbrand-color-golden);

      background-color: var(--secondbrand-color-golden);
      color: #d60f0f;
    }
  }
}

.flash-slider {

  .slick-prev:before,
  .slick-next:before {
    color: #fff;
    font-size: 25px;
    background-color: var(--secondbrand-color);
    padding: 5px;
    opacity: 1 !important;
  }

  .slick-prev {
    left: 92% !important;
    top: -30px !important;
    z-index: 10;
    /* display: none !important; */
  }

  .slick-prev:before {
    border-radius: 6px;
  }

  .slick-next {
    right: 48px !important;
    top: -35px !important;
    z-index: 10;
    /* display: none !important; */
  }

  .slick-next:before {
    border-radius: 6px;
  }

  &:hover {

    .slick-next,
    .slick-prev {
      display: block !important;
    }
  }
}

/* slick-category-products */
.slick-category-products {

  .slick-prev:before,
  .slick-next:before {
    color: #fff;
    font-size: 25px;
    background-color: var(--secondbrand-color);
    padding: 5px;
    opacity: 1 !important;
  }

  .slick-prev {
    left: -24px !important;
    z-index: 11;
  }

  .slick-prev:before {
    border-radius: 5px 0px 0px 5px;
  }

  .slick-next {
    right: -8px !important;
  }

  .slick-next:before {
    border-radius: 0px 5px 5px 0px;
  }
}

/* card-divided-main-div */
.card-divided-main-div {
  display: grid;
  grid-template-columns: 16% 16% 16% 16% 16% 16%;
  gap: 10px;
  margin-bottom: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.card-divided-main-div::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

.tc-off-btn-top {
  background-color: var(--secondbrand-color-golden);
  color: #fff;
  border-radius: 4px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 600;
}

.btn-to-card-product {
  background-color: var(--secondbrand-color);
  color: #fff;
  border-radius: 6px;
  padding: 2px 12px;
  font-size: 18px;
  margin-left: 5px;

  &:hover {
    border: 1px solid var(--secondbrand-color-golden);

    background-color: var(--secondbrand-color-golden);
    color: #ffffff;
  }
}

.t-dots-dropdown {
  position: relative;
  display: inline-block;
}

.dots-btn {
  display: inline-block;
  padding: 8px;
  color: #333;
  text-decoration: none;
  font-size: 18px;
}

.menu-t-dots-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 180px;
  background: #fff;
  list-style: none;
  padding: 8px 0;
  margin: 8px 0 0;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: .3s;
  z-index: 999;
}

.menu-t-dots-dropdown li {
  list-style: none;
}

.menu-t-dots-dropdown li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.menu-t-dots-dropdown li a:hover {
  background: #f5f5f5;
}

/* Hover Open */
.t-dots-dropdown:hover .menu-t-dots-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.brand-available-slider {
  .slick-next {
    right: 1px;
  }
}

.product-card {
  /* background: #FAFAFA; */
  padding-bottom: 17px !important;
  height: auto;
  width: 92% !important;
  /* padding: 5px; */
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid var(--border);

  /* padding-top: 10px; */
  margin: 10px auto !important;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);

  &:hover {
    transition: box-shadow 0.3s ease-in-out;
  }

  .flash-card-content-main-part {

    /* display: grid;
      grid-template-columns: 55% 45%; */
    .flash-card-content-left-side {
      padding: 6px 5px 0px 0px;
    }

    .flash-card-content-right-side {
      /* text-align: end; */
      /* padding-right: 8px !important; */
      height: 45px;
      margin-top: 5px;


    }
  }

  .img {
    width: 100%;
    height: 200px;
    /* padding: 10px; */
    /* background: #F0EFEF; */
    border-radius: 7px 7px 0px 0px;
    margin: auto;

    img {
      width: 100%;
      height: 100%;
      /* object-fit: contain; */
      /* mix-blend-mode: multiply; */
    }
  }

  .title {

    padding-left: 5px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;

    a {
      color: #fff;
      font-size: 14px;
    }
  }

  .price-main {
    padding-top: 10px;
    font-family: 'Roboto', Helvetica, sans-serif !important;
  }

  .prices {
    color: #fff;
    padding-left: 5px;
    font-size: 15px;
    line-height: 15px;
    font-family: 'Roboto', Helvetica, sans-serif !important;
    font-weight: 600;
  }

  .perc {
    font-size: 11;

  }

  .dis-price {
    color: gray;
    text-decoration: line-through;
    font-size: 12px;
    margin: 1px 5px -5px;
    font-family: 'Roboto', Helvetica, sans-serif !important;
  }

  .discount-main-div {
    position: absolute;
    top: 0%;
    right: -1px;
    color: #fff;
    padding: 2px 6px;
    font-size: 25px;
    z-index: 10;

    i {
      color: #999;
    }
  }

  .product-card-hover {
    padding-bottom: 3px !important;
  }
}

.rating-star-flash {
  padding-left: 4px;
  padding-bottom: 10px;
  padding-top: 5px;

  i {
    color: #D9D9D9 !important;
  }
}

.category-divided-div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 10px;
  padding: 0px;

  .cat-card {
    position: relative;
    height: 200px;
    overflow: hidden;
    margin: 20px;
    border-radius: 10px;

    span {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, #000000b4, #ffffff00);
      z-index: 2;
    }

    img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    a {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #fff;
      font-size: 18px;
      z-index: 3;
      font-size: 16px;
      font-weight: 400;
    }

    &:hover {
      img {
        transform: scale(1.1);
        transition: all 0.3s ease-in-out;
      }

      a {
        transform: scale(1.1);
        transition: all 0.3s ease-in-out;
      }
    }
  }

  /* .cat-card{
    margin: 2px;
    text-align: center;
    background-color: #fff;
    transition: all 0.03s ;
    a{
      color: black;
      text-decoration: none;
      font-size: 13px;
      padding:1px;
      
    }
    .img{
      width: 65px;
      margin:1px auto ;
      height: 70px;
      transition: all 0.3s ease-in-out;
      img{
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }
    .title{
      text-align: center;
      
      line-height: 15px;
      padding-top: 12px;
      font-weight: 600;
      transition: all 0.3s ease-in-out;
    }
    &:hover{
      
      .img,.title{
        transform: scale(1.2);
      }

    }
  } */

}

.homepageTopAds {
  margin-top: 20px;

  img {
    border-radius: 10px;
  }

  .bottom {
    margin-top: 20px;
  }
}

.down-ads-img {
  margin-bottom: 20px;

  img {
    width: 100%;
    height: auto;

  }

  .down-ads-imgtop {
    height: auto;
    margin-bottom: 20px;
  }

  .down-ads-img-right {
    .top {
      height: auto;
      width: 100%;
      margin-bottom: 10px;
    }

    .down {
      height: auto;
      width: 100%;
    }
  }
}


.footer-about-part {

  .title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;

    img {
      width: 50px;

    }
  }
}

.newsletter {
  color: #fff;
  padding-right: 20px;

  .title {
    font-weight: 600;
    font-size: 17px;
  }

  .pay-card {

    img {
      width: 60px;
      height: 30px;
    }
  }
}

.subscribe {
  display: flex;
  margin-top: 15px;

  input {
    width: 70%;
    border-radius: 5px 0px 0px 5px;
    border: none;
    padding: 7px 10px;
    font-size: 14px;

    &:focus {
      outline: none;
      box-shadow: none;
    }
  }

  button {
    width: 30%;
    border-radius: 0px 5px 5px 0px;
    border: none;
    background-color: red;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
  }
}

.footer-btn-group {
  .footer-btn {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 10px;

    a {
      color: #fff;
    }
  }

}

.desk-footer-group-btn {
  margin-left: 25%;

  .google-play {
    margin-left: 14%;
    margin-right: 21%;
  }
}

.footer-about-part {
  ul {
    margin: 0px;
    padding: 0px;

    li {
      padding: 5px 0px;

      a {
        color: #f0f0f0;
        font-size: 15px;
      }
    }
  }

  .google-play {
    margin-top: 35px;
  }

  .apple-store {
    /* margin-top: 25px; */
  }
}

.footer-logo-part {
  img {
    width: 100% !important;
  }

  .support {
    font-weight: 600;
    font-size: 17px;
    padding: 5px 0px 10px 10px;
  }

  .body-div-sup {
    padding-left: 10px;
  }
}

/* .footer-main-div{
  line-height: 35px;
  border-radius: 35px 35px 0px 0px;
  .title{
    font-weight: 500;
    font-size: 20px;
  }
  ul li a{
    color: #000;
    font-size: 15px;
    
  }
  .social-icon-img{
    padding-top: 2px;
    a{
      i{
        color: #000;
        font-size: 23px;
        
      }
    }
  }
  p{
    line-height: 20px !important;
    font-size: 14px;
    text-align: center;
  }
  .subscribe{
    input{
      border-radius: 5px 0px 0px 5px;
      background-color: #000;
      padding: 7px 10px;
      font-size: 14px;
      color: #ffff;
      &:focus{
        outline: none;
        box-shadow: none;
      }
      ::placeholder{
        color: #fff !important;
      }
    }
  }
} */

.product-details-prize-fix,
.product-details-prize-dis,
.dprize,
.feature-card-product-discount-price {
  font-family: 'Roboto', Helvetica, sans-serif !important;
}

/* product-divided-best-hori-main */
.product-divided-best-hori-main {
  display: grid;
  grid-template-columns: 40% 60%;
  background: #FAFAFA;
  padding: 10px 5px 10px 20px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);

  &:hover {
    scale: 1.1;
    border: 0px;
  }

  .img {
    width: 100%;
    height: 160px;
    mix-blend-mode: multiply;
    background: #F0EFEF;
    padding: 20px;
    mix-blend-mode: multiply;
    border-radius: 4px;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      mix-blend-mode: multiply;
    }
  }

  .body-part {
    padding: 10px 10px 10px 20px;
    line-height: 18px;
    font-size: 14px;
    position: relative;

    a {
      color: #000;
    }

    .rating {
      position: relative;
      width: 120px;
      /* height: 25px; */
      /* margin-top: 10px; */

      .text {
        position: absolute;
        top: 5px;
        left: 10px;
        color: #fff;
        z-index: 2;
        font-size: 12px;
      }
    }

    .feature-card-product-fix-price {
      font-size: 15px !important;
    }

    .feature-card-product-discount-price {
      font-size: 16px;
    }
  }
}

.rating-img {
  position: absolute;
  top: -75px;
  left: -174px;
  width: 49%;
  height: 28px !important;
  background-color: #00a931;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-size: 16px;
  border-radius: 5px;

}

.savings-offer-div {
  position: absolute;
  bottom: -25px;
  left: 25px;
  width: 126%;
  height: 28px !important;
  background-color: #000000;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-size: 16px;
  border-radius: 5px;
}

.savings-offer-div::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 0;
  width: 40px;
  height: 100%;
  background: #000000;
  z-index: 2;
  transform: skewX(-45deg);
}

/* right diagonal cut */
.savings-offer-div::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
  width: 40px;
  height: 100%;
  background: #000000;
  transform: skewX(45deg);
  z-index: 2;
}

/* WhatsApp Floating Icon Style */
.whatsapp-float {
  position: fixed;
  bottom: 15px;
  right: 10px;
  width: 45px;
  height: 45px;
  background-color: #25d366;
  /* WhatsApp green */
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  z-index: 9999;
  text-decoration: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation: pulseZoom 3s infinite;
  transition: transform 0.3s ease-in-out;
}

/* Hover पर Zoom In */
.whatsapp-float:hover {
  transform: scale(1.3);
  background-color: #1ebe57;
  color: #fff;
}

/* Keyframes for continuous zoom-in/zoom-out */
@keyframes pulseZoom {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }

  50% {
    transform: scale(1.2);
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* WhatsApp Icon inside
.whatsapp-float i {
  line-height: 60px;
} */
.custom-scroll {
  overflow-y: auto;
  max-height: 100vh;
  /* full screen height */
  padding-bottom: 20px;
  /* thoda spacing niche */
  scrollbar-width: thin;
  /* firefox */
}

/* Optional: scrollbar design (for Chrome, Edge, etc.) */
.custom-scroll::-webkit-scrollbar {
  width: 6px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.download-part {
  margin: 20px 0;
}

.download-box {
  background: #ffffff;
  padding: 18px 25px;
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease-in-out;
}

.download-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.download-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 0;
}

.download-btn {
  background: #ff0000;
  padding: 8px 18px;
  border-radius: 8px;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  transition: 0.25s;
}

.download-btn:hover {
  background: #0056b3;
  padding-right: 25px;
}

.share-wrapper {
  position: relative;
  display: inline-block;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  cursor: pointer;
  text-decoration: none;
}

/* Card */
.share-card {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  top: 100%;
  min-width: 220px;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 10px;
  display: none;
  z-index: 50;
}

.share-card.show {
  display: block;
}

.share-card .share-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
}

.share-card .share-item:hover {
  background: #f7f7f7;
}

.share-item svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.copy-feedback {
  margin-top: 6px;
  font-size: 12px;
  color: #1a7f37;
  display: none;
}

.copy-feedback.show {
  display: block;
}

.timing-deal-card {
  padding-bottom: 0px !important;

  .img {
    height: 225px !important;
    padding: 20px !important;
  }

  .flash-card-content-right-side {
    text-align: center !important;
    padding: 10px !important;
  }

  .btn-to-card-product {
    background-color: #00a931 !important;
    border: 0px !important;

    &:hover {
      border: 0px !important;
    }
  }
}

.timing-stock-div {
  position: absolute;
  top: -6px;
  left: 4px;
}

.diagonal-banner {
  margin-top: 10px !important;
  position: relative;
  width: 100%;
  margin: auto;
  height: 36px;
  background: #ff0000;
  /* purple color */
  overflow: hidden;
}

/* left diagonal cut */
.diagonal-banner::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 80px;
  height: 100%;
  background: #FAFAFA;
  z-index: 2;
  transform: skewX(-45deg);
}

/* right diagonal cut */
.diagonal-banner::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 80px;
  height: 100%;
  background: #FAFAFA;
  transform: skewX(45deg);
  z-index: 2;
}

.flash-timer {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  text-align: center;
  transform: translate(0%, -50%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
}

.timing-offer-div {
  margin-top: 10px !important;
  position: absolute;
  width: 50%;
  margin: auto;
  height: 30px;
  top: 45.9%;
  color: red;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
  left: 25%;
  background: #ffffff;
  overflow: hidden;
}

.timing-offer-div::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 80px;
  height: 100%;
  background: #F0EFEF;
  z-index: 2;
  transform: skewX(-45deg);
}

/* right diagonal cut */
.timing-offer-div::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 80px;
  height: 100%;
  background: #F0EFEF;
  transform: skewX(45deg);
  z-index: 2;
}

.best-deals-title {
  text-align: center;
}

/* default img box */
.best-deals-title ul li a div.img {
  width: 113px;
  height: 106px;
  margin: auto;
  margin-bottom: 5px;
  background-color: #f2f2f2;
  border-radius: 50%;
  padding: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;

  transform: scale(0.9);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

/* image styling */
.best-deals-title ul li a div.img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.3s ease-in-out;
}

/* hover pe show */
.best-deals-title ul li a:hover div.img {
  opacity: 1;
  visibility: visible;
  transform: scale(0.9);
  position: relative;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.best-deals-title ul li a:hover div.img::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 50%;
  border: 8px solid transparent;
  border-top-color: #f70101;
  border-right-color: #ffffff;
  border-bottom-color: #ff0000;
  border-left-color: #ffffff;
  z-index: 11111111;

  animation: rotateRing 1.9s linear infinite;
}



/* ACTIVE item → hamesha visible */
.best-deals-title ul li.active a div.img {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: scale(0.9);
  border-radius: 50%;
  background-color: #f2f2f2;
}

/* Ring */
.best-deals-title ul li.active a div.img::before {
  /* content: ""; */
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  border-radius: 50%;
  border: 8px solid transparent;
  border-top-color: #ff0000;
  border-right-color: #ffffff;
  border-bottom-color: #ff0000;
  border-left-color: #ffffff;
  z-index: 11111111;

  animation: rotateRing 1.9s linear infinite;
}

/* Animation */
@keyframes rotateRing {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/* optional zoom on hover */
.best-deals-title ul li a:hover div.img img {
  transform: scale(1.15);
}

.best-deals-divide {
  grid-template-columns: 32.5% 32.5% 32.5% !important;
  gap: 15px !important;
}

.product-divided-best-hori-main {
  & .body-part {
    a {
      display: block;
      height: 52px !important;
      color: #000;
      overflow: hidden;
    }
  }
}

.product-divided-best-hori-main {
  .timing-offer-div {
    position: absolute;
    width: 50%;
    margin: auto;
    height: 30px;
    top: 5%;
    color: red;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
    left: 25%;
    background: #ffffff;
    overflow: hidden;
    z-index: 11111;
  }

  .timing-offer-div::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    width: 80px;
    height: 100%;
    background: #3507ee;
    z-index: 2;
    transform: skewX(-45deg);
  }

  /* right diagonal cut */
  .timing-offer-div::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 0;
    width: 80px;
    height: 100%;
    background: #035cc2;
    transform: skewX(45deg);
    z-index: 2;
  }
}

.limited-time-deal-ads {
  position: relative;

  .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

  }
}

.limited-time-deal-products {
  margin-top: 140px;
}

.brand-available-slider .slick-prev:before,
.slick-next:before {
  font-size: 30px;
}
.brand-available-slider{
  .slick-next{
    right: 0px;
  }
}

.brand-available-slider {
  .catname-div-sl {
    padding: 15px;
    text-align: start;
    color:#fff;

    .cat-details {
      color: #fff;
      text-align: justify;
    }

    a {
      color: #d1ca49;
      font-weight: 500;
      font-size: 18px;

      p {
        padding-top: 10px;
      }
    }

  }

  .brand-img-footer {
    align-items: center;
    height: 400px;
    overflow: hidden;
    border: 1px solid var(--border);
    margin: 10px;
    border-radius: 20px;


    .img {
      border-radius: 10px;
      height: 55%;
      width: 100%;
      border-radius: 20px 20px 0px 0px;

      img {
        width: 100%;
        height: 100%;
        /* object-fit: contain; */
        /* maintain aspect ratio */
        display: block;
        margin: 0 auto;
        /* horizontal center */
        mix-blend-mode: multiply;
      }
    }
  }
}

.new-arrival-whislist {
  position: absolute;
  right: 0px;
  top: -6px;
  width: 22px;

  a {
    height: 0px !important;
    font-size: 20px;

    i {
      color: rgb(232, 229, 229);
    }
  }
}

.header-main-div-tc-mbl {
  background-color: var(--secondbrand-color);
  color: #fff;
  padding: 10px 32px 0px 20px;
  display: none;

  .kris-name {
    font-size: 25px;
    font-family: 'Patrick Hand', italic;
  }

  a {
    color: #fff;
  }

  .login-mbl-top-a {
    a {
      color: #fff;
      padding-right: 20px;
    }
  }
}

.header-sticky {
  .header-main-div-tc-mbl {
    display: none;
  }
}

.cat-main-rdiv{
  p{
    color: #000;
  }
  .prices{
    color: #000;
  }
  .title{
    a{
      color: #000;
    }
  }
}
.catalog-pdf-wrapper{
  color: #fff;
  p{
    color: #fff;
  }
}
.page-content-main-div{
  color: #fff !important;
  h1,h2,h3,h4,h5,h6{
    color: #fff;
  }
  p{
    color: #fff;
  }
}